All Packages Class Hierarchy This Package Previous Next Index
Object | +----Throwable | +----java.lang.Exception
Exception
and its subclasses are a form of
Throwable
that indicates conditions that a reasonable
application might want to catch.
Exception
with no specified detail message.
Exception
with the specified detail message.
public Exception()
Exception
with no specified detail message.
public Exception(String s)
Exception
with the specified detail message.
All Packages Class Hierarchy This Package Previous Next Index